home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / Developer Essentials Jul 90 / Apple II / Programming & Utilities / Apple IIgs APW Intro Prog Src / README.txt < prev   
Encoding:
Text File  |  1987-09-11  |  1.0 KB  |  17 lines

  1. This directory contains 65816, Pascal, and C versions of HodgePodge, a demo
  2. program to demonstrate many features of the Apple //GS tools.  It also contains
  3. some picture files which are readable by HodgePodge.
  4.  
  5. There are three directories, called HP.=, with the three versions of HodgePodge
  6. source code in the three languages.  Each directory contains files named
  7. "README", "MAKE", and "LINK".  After modifying source code, typing "MAKE" at
  8. the prompt will cause a new executable version of HodgePodge to be built.
  9. Therefore, do not transfer files of identical names between directories
  10. blindly!  Set the working prefix to a directory before working in it.
  11.  
  12. The C and ASM65816 source files use toolbox constant, data structure, and
  13. procedure call names based on the Beta Toolbox Reference, April 1987.  The
  14. Pascal source files use custom interface files, specific to HodgePodge, which
  15. function like a subset of the standard TML Pascal Toolbox interface UNITs,
  16. with the exception that they contain updated identifier spellings.
  17.